By obtaining for each entity a data command via OnConfigureInsertCommand(TDataCommand,TEntity) and then running that command, this inversion control method handles the request to create a set of entities into the underlying relational data store.

Name Description
OnAdd(IEnumerable<TEntity>) By obtaining for each entity a data command via OnConfigureInsertCommand(TDataCommand,TEntity) and then running that command, this inversion control method handles the request to create a set of entities into the underlying relational data store.
OnAdd(TEntity) Handles the request to create an entity into the underlying data store. (inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).